vendor/golang.org/x/crypto/cryptobyte.String.read (method)

13 uses

	vendor/golang.org/x/crypto/cryptobyte (current package)
		asn1.go#L433: 		b := s.read(1)[0]
		string.go#L26: func (s *String) read(n int) []byte {
		string.go#L37: 	return s.read(n) != nil
		string.go#L43: 	v := s.read(1)
		string.go#L54: 	v := s.read(2)
		string.go#L65: 	v := s.read(3)
		string.go#L76: 	v := s.read(4)
		string.go#L87: 	v := s.read(8)
		string.go#L96: 	v := s.read(length)
		string.go#L110: 	lenBytes := s.read(lenLen)
		string.go#L119: 	v := s.read(int(length))
		string.go#L150: 	v := s.read(n)
		string.go#L162: 	v := s.read(n)